[DllImport("coredll.dll", SetLastError=true)]
static extern bool GetSystemMemoryDivision(ref uint lpdwStorePages, ref uint lpdwRamPages, ref uint lpdwPageSize);
Public Declare Function GetSystemMemoryDivision Lib "coredll.dll" _
(ByRef lpdwStorePages As UInt32, _
ByRef ldpwRamPages As UInt32, _
ByRef ldpwPageSize As UInt32) As Integer
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!